home *** CD-ROM | disk | FTP | other *** search
- -- card: 2836 from stack: in
- -- bmap block id: 3165
- -- flags: 0000
- -- background id: 2766
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=357 top=300 right=326 bottom=418
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: fly
- ----- HyperTalk script -----
- on mouseUp
- --the icarus font was painted on with "Tokyo" from Dubl-Click, Inc.
- --‘icarus 0.88ß’ is brought to you by Coconut Info, PO Box 75453, Honolulu, HI
-
- hide card button "fly"
- lock screen
- hide bg pict
- unlock screen with dissolve
- repeat with x=2 to 18
- go card x
- end repeat
- lock screen
- go card 1
- unlock screen with dissolve slowly
- lock screen
- show bg pict
- unlock screen with dissolve
- show card button "fly"
-
- end mouseUp
-
-